Microsoft DirectX 8.1 (C++)

CDispParams::CDispParams

Constructor method.

Syntax

CDispParams(
  UINT nArgs,
  VARIANT *pArgs
);

Parameters

nArgs

Number of arguments passed to the method or property.

pArgs

Pointer to the list of arguments. In the list, each argument is stored with its variant type.

Return Value

No return value.

See Also